From b5b906b2ae6bed3619b338733f44ead3ad8162ee Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 7 Jun 2010 00:59:39 +0000 Subject: [PATCH] Add russian to Windows dist. --- gui/setup.iss.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gui/setup.iss.in b/gui/setup.iss.in index b41066446..b1aa19f12 100755 --- a/gui/setup.iss.in +++ b/gui/setup.iss.in @@ -1,4 +1,4 @@ -; $Id: setup.iss.in,v 1.5 2009/09/08 16:06:32 robertl Exp $ +; $Id: setup.iss.in,v 1.6 2010/06/07 00:59:39 robertl Exp $ ; ; NOTE: setup.iss is generated from setup.iss.in via autoconf. ; The generated setup.iss is checked in to help keep the version numbers @@ -66,6 +66,7 @@ Source: gpsbabelfe_es.ts; DestDir: "{app}\translations"; Flags: ignor Source: gpsbabelfe_fr.ts; DestDir: "{app}\translations"; Flags: ignoreversion Source: gpsbabelfe_hu.ts; DestDir: "{app}\translations"; Flags: ignoreversion Source: gpsbabelfe_it.ts; DestDir: "{app}\translations"; Flags: ignoreversion +Source: gpsbabelfe_ru.ts; DestDir: "{app}\translations"; Flags: ignoreversion ; Compiled translation strings that are used at runtime. ; Only Spanish is adequately translated for now. @@ -95,3 +96,8 @@ Name: "{commondesktop}\GPSBabel"; Filename: "{app}\gpsbabelfe.exe"; Tasks: deskt [Run] Filename: "{app}\gpsbabelfe.exe"; Description: "{cm:LaunchProgram,GPSBabelFE}"; Flags: nowait postinstall skipifsilent +[Registry] +Root: HKCU; Subkey: "Software\GPSBabel"; Flags: uninsdeletekeyifempty +Root: HKCU; Subkey: "Software\GPSBabel\GPSBabel"; Flags: uninsdeletekey +Root: HKCU; Subkey: "Software\GPSBabel\GPSBabelFE"; Flags: uninsdeletekey + -- 2.30.2